Collection
The object returned from the Pocketbase Collections API. Depending on the collection type, if you would like access to addition methods see CollectionType's comments.
Parameters
the name of the collection.
the type of the collection.
weather the collection was created internally by Pocketbase.
the collection's SchemaFields which are used to determine what values are acceptable.
the pocketbase API rule which determines who can view each Record in the collection.
the pocketbase API rule which determines who can view an individual Record in the collection.
the pocketbase API rules that determine who can create a Record in the collection.
the pocketbase API rules that determine who can update a Record in the collection.
the pocketbase API rules that determine who can delete a Record in the collection.
the collection indexes which are used to determine which fields are unique.